home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / SyncBack / VirtualBox_1.5.4_Win_x86.msi / vboxguest / driver / VBoxVideo / VBoxVideo.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2007-12-07  |  2.5 KB  |  88 lines

  1. ;
  2. ; VirtualBox Video miniport driver
  3. ;
  4. ;  Copyright (C) 2006-2007 innotek GmbH
  5. ;  This file is part of VirtualBox Open Source Edition (OSE), as
  6. ;  available from http://www.virtualbox.org. This file is free software;
  7. ;  you can redistribute it and/or modify it under the terms of the GNU
  8. ;  General Public License as published by the Free Software Foundation,
  9. ;  in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
  10. ;  distribution. VirtualBox OSE is distributed in the hope that it will
  11. ;  be useful, but WITHOUT ANY WARRANTY of any kind.
  12.  
  13. [Version]
  14. Signature="$WINDOWS NT$"
  15. Provider=%Provider%
  16. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  17. Class=Display
  18. ;cat DriverVer = 05/17/2007,1.04.0000
  19. ;cat CatalogFile = VBoxVideo.cat
  20.  
  21. [DestinationDirs]
  22. DefaultDestDir=11
  23. VBoxVideo.Miniport = 12 ; drivers
  24. VBoxVideo.Display  = 11 ; system32
  25.  
  26. [Manufacturer]
  27. %Provider%=Model
  28.  
  29. [Model]
  30. %VBoxVideo.SvcDesc% = VBoxVideo, PCI\VEN_80EE&DEV_BEEF
  31.  
  32. [VBoxVideo]
  33. CopyFiles=VBoxVideo.Miniport, VBoxVideo.Display
  34.  
  35. [VBoxVideo.Miniport]
  36. VBoxVideo.sys
  37.  
  38. [VBoxVideo.Display]
  39. VBoxDisp.dll
  40.  
  41. [VBoxVideo.Services]
  42. AddService=vboxvideo, 0x00000002, vboxvideo_Service_Inst, vboxvideo_EventLog_Inst
  43.  
  44. [vboxvideo_Service_Inst]
  45. ServiceType=1                   ; SERVICE_KERNEL_DRIVER
  46. StartType=1                     ; SERVICE_SYSTEM_START
  47. ErrorControl=0                  ; SERVICE_ERROR_IGNORE
  48. LoadOrderGroup=Video
  49. ServiceBinary=%12%\VBoxVideo.sys
  50.  
  51. [vboxvideo_EventLog_Inst]
  52. AddReg = vboxvideo_EventLog_AddReg
  53.  
  54. [vboxvideo_EventLog_AddReg]
  55. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys"
  56. HKR,,TypesSupported,0x00010001,7
  57.  
  58. [VBoxVideo.SoftwareSettings]
  59. AddReg = vboxvideo_SoftwareDeviceSettings
  60.  
  61. [vboxvideo_SoftwareDeviceSettings]
  62. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDisp
  63. ; Set 'Full' hardware acceleration up. On W2003 the level is by default None=5, leading to software mouse cursor
  64. HKR,, Acceleration.Level, %REG_DWORD%, 0
  65. HKR,, VgaCompatible, %REG_DWORD%, 0
  66.  
  67. [VBoxVideo.OpenGLSoftwareSettings]
  68.  
  69. [SourceDisksNames]
  70. 1 = %VBoxVideo.Disk%,,,""
  71. ;cat 2 = %VBoxVideo.Disk%,,,""
  72.  
  73. [SourceDisksFiles]
  74. ;cat VBoxVideo.sys = 1
  75. ;cat VBoxDisp.dll = 2
  76.  
  77. [Strings]
  78. REG_SZ = 0x00000000
  79. REG_MULTI_SZ = 0x00010000
  80. REG_EXPAND_SZ = 0x00020000
  81. REG_BINARY = 0x00000001
  82. REG_DWORD = 0x00010001
  83.  
  84. Provider = "innotek GmbH"
  85. VBoxVideo.Disk = "VirtualBox Video Driver Disk"
  86. VBoxVideo.SvcDesc = "VirtualBox Graphics Adapter"
  87.